home *** CD-ROM | disk | FTP | other *** search
- Path: ccshst05.cs.uoguelph.ca!ccshst01!thay
- From: thay@uoguelph.ca (Toby K Hay)
- Newsgroups: comp.lang.c
- Subject: Re: Global Data
- Date: 13 Mar 1996 15:11:54 GMT
- Organization: University of Guelph
- Message-ID: <4i6ojq$iae@ccshst05.cs.uoguelph.ca>
- References: <4i5gbb$34u@bertrand.ccs.carleton.ca>
- NNTP-Posting-Host: ccshst01.cs.uoguelph.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Andrew Belo (abelo@chat.carleton.ca) wrote:
- : I am trying to compile some plasma source(in c!) that I got of the net and
- : when I compile it using BC++ v4.5 I get an error that says Too much
- : global data defined in file. Can anyone help me to get ride of this?
-
- If you were using Turbo C++ 3.0 you might get this error by using a model
- that restricts data to one segment (Tiny, Small, Medium models) - is it
- the same in BC++ 4.5?
- Toby Hay thay@uoguelph.ca
-
-